home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-17 | 386 b | 11 lines | [TEXT/KAHL] |
- //----------------------------------------------------------------------------------
- // File : debugCDEF.h
- // Date : July 23, 1994
- // Author : Jim Stout
- // :
- // Purpose : structure definition for the "C Jump" resource used to debug a CDEF
- //----------------------------------------------------------------------------------
-
- typedef struct {
- long *cdefPtr;
- }CJMP,*CJMPptr,**CJMPhdl;